go/types._TypeSet.Method (method)
2 uses
go/types (current package)
interface.go#L117: func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
typeset.go#L56: func (s *_TypeSet) Method(i int) *Func { return s.methods[i] }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)